home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TSAVEREGKEYFORM / TSAVEREGKEYFORM.txt
Text File  |  1997-07-12  |  1KB  |  83 lines

  1. object SaveRegKeyForm: TSaveRegKeyForm
  2.   Left = 132
  3.   Top = 259
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set Registry Key Name'
  6.   ClientHeight = 135
  7.   ClientWidth = 318
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 28
  16.     Top = 8
  17.     Width = 78
  18.     Height = 13
  19.     Alignment = taRightJustify
  20.     Caption = 'Company Name:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 35
  24.     Top = 36
  25.     Width = 71
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     Caption = 'Product Name:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 68
  32.     Top = 64
  33.     Width = 38
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'Version:'
  37.   end
  38.   object Edit1: TEdit
  39.     Left = 116
  40.     Top = 8
  41.     Width = 193
  42.     Height = 21
  43.     TabOrder = 0
  44.     Text = 'Edit1'
  45.     OnChange = Edit2Change
  46.   end
  47.   object Edit2: TEdit
  48.     Left = 116
  49.     Top = 36
  50.     Width = 193
  51.     Height = 21
  52.     TabOrder = 1
  53.     Text = 'Edit2'
  54.     OnChange = Edit2Change
  55.   end
  56.   object Edit3: TEdit
  57.     Left = 116
  58.     Top = 64
  59.     Width = 193
  60.     Height = 21
  61.     TabOrder = 2
  62.     Text = 'Edit3'
  63.     OnChange = Edit2Change
  64.   end
  65.   object BitBtn1: TBitBtn
  66.     Left = 152
  67.     Top = 96
  68.     Width = 75
  69.     Height = 29
  70.     Enabled = False
  71.     TabOrder = 3
  72.     Kind = bkOK
  73.   end
  74.   object BitBtn2: TBitBtn
  75.     Left = 234
  76.     Top = 96
  77.     Width = 75
  78.     Height = 29
  79.     TabOrder = 4
  80.     Kind = bkCancel
  81.   end
  82. end
  83.